Jump to content

snakey

Dedicated Members
  • Posts

    618
  • Joined

  • Last visited

Everything posted by snakey

  1. Don't work sorry. Theres the code. #include <windows.h> LRESULT CALLBACK WindowProcedure (HWND hwnd, unsigned int message, WPARAM wParam, LPARAM lParam); class WinClass { public: WinClass (WNDPROC winProc, char const * className, HINSTANCE hInst); void Register () { ::RegisterClass (&_class); } private: WNDCLASS _class; }; WinClass::WinClass (WNDPROC winProc, char const * className, HINSTANCE hInst) { _class.style = 0; _class.lpfnWndProc = winProc; // window procedure: mandatory _class.cbClsExtra = 0; _class.cbWndExtra = 0; _class.hInstance = hInst; // owner of the class: mandatory _class.hIcon = 0; _class.hCursor = ::LoadCursor (0, IDC_ARROW); // optional _class.hbrBackground = (HBRUSH) (COLOR_WINDOW + 1); // optional _class.lpszMenuName = 0; _class.lpszClassName = className; // mandatory } And heres the error msg. [linker error] undefined reference to `WinMain@16' ld returned 1 exit status
  2. I'm currently running it right this very second so it works. I don't remember where i downloaded dev but heres a link to a dev downlaod. http://www.psp-hacks.com/file/879
  3. How can i use windows API's with dev C++ i tryed making winnie but i get some errors so it there a dev pac or am i spose to link to a libary or something
  4. Dev launcher is a virtual psp that lets you choose your firmware and run it like your normal psp. you choose firmware 1.5 for homebrew apps and 2.71 for iso's. This process CANNOT brick your psp so thats why i chose it.
  5. snakey

    Hacked

    omg i had that that thing is crazy but im using the same pc today and its still going strong no reboot in 1 year.
  6. snakey

    Hacked

    run a linux live cd and do all the deleteing / changeing stuff from the live cd i've done that twice now and it worked a treat.
  7. snakey

    Network Drive

    I dont get why you want to get rid of halo its an awsome game.
  8. SomeoneE1se has done it thanks man
  9. Hmmm not really what im after say i have "string x" and x=snakey how do i use the a as a seperate string. So i'll have int x = snakey then i'll make int y which will = a. P.S. i dont no what x is at the start it gets entered as an input and i use each letter individually if that helps any.
  10. ok i tryed unplugging my ethernet cable power cable and dsl cable for 10 minutes put em back in no change
  11. I have a download limit (12 gig) to which i go over every month and get put back to 64kb/s. But this month i didnt go back to my normal speed i was kept at 64kb/s. So after 8 days of being hug up on and being on hold for 30 minutes i get in contact with my ISP and the tell me that there new system is to blame and that They would put me back to my old speed manualy. so i turn my computer of turn it back on in 5 minutes and no speed. so after numerous more hang ups long waits i get back onto them and they tell me that i should be on my normal speed. After numerous tests later im told that its could be either two thing one is that there are fault codes on my line that are slowing me down and the other is that my modem is rat shit. So my question to you is " What do you think is wrong with my internet and how do i fix it". Both options cost me 100 dollars but if i choose the wrong one first it'll be 200 dollars and if they both dont work it'll be 200 bucks down the drain and more money. so has anyone had this problem? I've reset my modem, isolated my line to run directly from my phone line to my computer on really short cables, I dont have another modem i can borrow to test it with. I've tried everything that they told me with no luck.
  12. Before i put my second fan in my computer would crash playing games but im running a 1.9ghz duel core so it isnt a monster cpu. Maybe it isnt getting air or your fans are back defront check that there not blowing air out but into the case. also is it in a confined space mine gets 20 degrees hotter in my pc desk than when its out on the floor
  13. He's done alright its not the worst web site in the world
  14. How would i select a letter in a string and make it its own string? So say if i wanted to use the letter "a" in Snakey and make it its own string or even just have an if statement that uses the letter you select.
  15. Maybe you could download vista then its free.
  16. I know thats what i'd be using it for
  17. Maybe you could make it create .dll with a number as the name I.E. 1.dll 2.dll and so on
  18. haha triedness kills my grammer and spelling so its ok.
  19. I was talking about the eeePC sorry for not specifying.
  20. well i know it compiles i did compile it a while back when he first showed me that code but never run it.
  21. You should check out this guy that turned his wii remote into a head set that is like 3d. You walk forward and the stuff poops out of the screen its amazing you gotta watch it if you can find it
  22. snakey

    exe binding

    Yer iexpress is the way to go.
  23. [move]I'm not sure what your asking its all very self explainitry[/move]
  24. Bottom line from someone who has one, is it worth it? I want to get one and i just want to know is it worth it. Also do they sell them in australia?
×
×
  • Create New...