Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adasilva

  1. adasilva

    Parameters argc,argv

    Ok Thanks Dear Pete, But in VC++ I believe that we can't use as you show: void main( char* argv[], int argc){ printf("arg0: %s\r\n", argv[0]); } But the program works only with the standard WinMain: int WINAPI WinMain( HINSTANCE...
  2. adasilva

    Parameters argc,argv

    Dear Colleagues, If someone knows how can I use a similar parameter as argc, argv in Visual C++ 4.2, please tell me. Regards
  3. adasilva

    error LNK2001 LNK1120

    Ok. I know now that I just need to declare it. adasilva
  4. adasilva

    'WinMain':cannot be overloaded

    Has someone any tip? ---------Configuration: top10 - Win32 Debug-------------- Compiling... top10.cpp U:\Tu.D\Programierung\top10\top10.cpp(67) : error C2731: 'WinMain' : function cannot be overloaded Error executing cl.exe. top10.obj - 1 error(s), 0 warning(s)
  5. adasilva

    error LNK2001 LNK1120

    Dear Colleagues,<br>Have someone with one idea(?) /<A HREF="mailto:adasilva@igd.fhg.de">adasilva@igd.fhg.de</A>/- I try to compile a GLut/Open GL library and I have always this Bug:<br>--------------------Configuration: top10 - Win32 Debug--------------------<br>Linking...<br>top10.obj : error...

Part and Inventory Search

Back
Top