• What are you working on? V4 (HTML ISN'T PROGRAMMING)
    2,003 replies, posted
Doing some freelance work on an automotive site for some guy I met in a chatroom. Internet nepotism is a wonderful thing indeed.
A Quadratic Equation Solver
Image hosting doesn't work, File not found. Didn't try files, sorry. In other related news. [img]http://img.loldepot.com/a7208995d7f4af2db54a.png[/img] Playing with MySQL and C#.
Image hosting should work, it did work for me. For example: [img]http://kweb.clan-host.co.uk/image.php?file=98ea244e7994bbccface8d35e558526e18c67991[/img]
Oh you found it. But I just uploaded this and it said File Not Found. [url]http://www.kman.muffinz.eu/image.php?file=b5d02723c45f31ed130fa1b0d3a755fd2798eb31[/url]
[QUOTE=ddrl46;17994826]Image hosting should work, it did work for me. For example:[/QUOTE] It's just giving the wrong domain name. The url it gives the user is: [url]http://www.kman.muffinz.eu/image.php?file=ID[/url] rather than: [url]http://kweb.clan-host.co.uk/image.php?file=ID[/url] If you manually change the domain, it works fine.
I know, it still says the old domain, will fix tommorow. To racoon: [img]http://kweb.clan-host.co.uk/image.php?file=dbda3c24a12349218c1e11d2d424fa6de0658b83[/img] Change kman.muffinz.eu to kweb.clan-host.co.uk. What the hell, ninjas.
[QUOTE=Ibutsu;17992020]I just double clicked it and it selected all the text.[/QUOTE] Oh right, forgot about that.
[QUOTE=ddrl46;17994939]I know, it still says the old domain, will fix tommorow. To racoon: [img]http://kweb.clan-host.co.uk/image.php?file=dbda3c24a12349218c1e11d2d424fa6de0658b83[/img] Change kman.muffinz.eu to kweb.clan-host.co.uk. What the hell, ninjas.[/QUOTE] but why does it say file not found on the link? :(
[QUOTE=raccoon12;17995176]but why does it say file not found on the link? :([/QUOTE] He changed hosts, so the file is being uploaded to the new host, but the link points to the old one.
I tried editting it on my ipod in cpanel but it only works on files, not images. This is because i cant scroll to the right on my ipod........
[img]http://cubeupload.com/files/2f7800lolfacepunch.png[/img] You've probably missed me for not posting Arcane, Stealth & Power news so I thought I'd update. I had a pretty bad flu so I wasn't in a designing mood. Instead of a mere screenshot of the work done so far I have a video I whipped up in 5 minutes. Watch in HQ for some assassin action! :dance: [media]http://www.youtube.com/watch?v=EyFPSYWzwzM[/media]
[QUOTE=Namelezz!;17997101][img]http://cubeupload.com/files/2f7800lolfacepunch.png[/img] You've probably missed me for not posting Arcane, Stealth & Power news so I thought I'd update. I had a pretty bad flu so I wasn't in a designing mood. Instead of a mere screenshot of the work done so far I have a video I whipped up in 5 minutes. Watch in HQ for some assassin action! :dance: [media]http://www.youtube.com/watch?v=EyFPSYWzwzM[/media][/QUOTE] :flashfap:
How can I stop the console from showing when I'm using VC++ 2008 Express. As far as I know in codeblocks you can change the build type to GUI Application or something like that which gets rid of the console. I don't want to use a different project type though as I want the console in the Debug build but not the Release one.
[QUOTE=Wickedgenius;17998133]How can I stop the console from showing when I'm using VC++ 2008 Express. As far as I know in codeblocks you can change the build type to GUI Application or something like that which gets rid of the console. I don't want to use a different project type though as I want the console in the Debug build but not the Release one.[/QUOTE] Don't make a console application. Maybe change it to a 'Windows Forms Application'?
[QUOTE=andersonmat;17998603]Don't make a console application. Maybe change it to a 'Windows Forms Application'?[/QUOTE] But where is the option to change it? I can't find it anywhere.
[QUOTE=Wickedgenius;17998707]But where is the option to change it? I can't find it anywhere.[/QUOTE] Click new project and look at the bottom right hand corner of the dialog box.
But I already have my code done. I don't want to make a new project. I want to change my current one so that it doesn't show the console on the release build.
☺
You can just change your project settings, in VC# Express, not sure about VC++.
I'll have to see if I can get my CodeBlocks install to work then because copying code around for builds isn't very easy to keep track of.
Project->Properties->Configuration Properties->Linker->System->SubSystem->Windows
[QUOTE=ZeekyHBomb;17999436]Project->Properties->Configuration Properties->Linker->System->SubSystem->Windows[/QUOTE] error LNK2001: unresolved external symbol _WinMain@16
Try to change the entry point to main in Linker->Advanced.
[cpp] #ifdef _WIN32 int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) #else int main(int argc, char *argv[]) #endif { [/cpp] Is always an option, I've seen that used in some places. I don't know if it's the preferred or proper way of doing it though. :P
[QUOTE=ZeekyHBomb;18000066]Try to change the entry point to main in Linker->Advanced.[/QUOTE] Awesome. That worked perfectly. I'll have to remember that.
Here's my current project. I'm making a sandbox to play around with Direct3D: [img]http://img12.imageshack.us/img12/3/testapp.png[/img] I've got a crate floating in undulating water! Well, I think it's cool, anyway. Here is a link to the source code and a demonstration if you are interested: [url]http://www.guilddnr.net/dunescape/projects/TestDirect3D.zip[/url] Some features: [list] [*] You can initialize this app in fullscreen by adding this in the command line: -fullscreen [*] Orthographic camera (an example of an orthographic camera view would be 2D games with isometric terrain, such as The Sims, Rollercoaster Tycoon, etc) [*] I made a per-polygon lighting thing for the water; the polygon's brightness is based on it's surface normal. [*] Exception handling catches possible problems. [*] I've been trying to make a more robust framework. Application, Window, Graphics, etc are all in their own singleton classes. [/list] If you are missing a .DLL you may need to download the latest [url=http://www.microsoft.com/downloads/details.aspx?familyid=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&displaylang=en]DirectX End User Runtime[/url].
I have my login and edit working for my Mobile Steam Community. [url]http://www.andersonmatt.com/sc/login[/url] Don't worry, I collect nothing at all. I just need to work out a few kinks with the updating of pages. I need to make it mimic exactly what the steam update pages do because it posts NULL values for some of them and your links and location disappear. :( Anyways, more work tomorrow. :)
keylogger
[QUOTE=efeX;18003509]keylogger[/QUOTE] You're a retard. Why do you even come into the Programming forum? You don't do anything but troll. But wait, I can tell what you'll say next. "Why do you even come into the programming forum? You just steal code"
Sorry, you need to Log In to post a reply to this thread.