Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp, unresolved externals Pin
DaveE9th25-Jun-03 8:32
DaveE9th25-Jun-03 8:32 
GeneralRe: Help, unresolved externals Pin
keegan25-Jun-03 8:39
keegan25-Jun-03 8:39 
GeneralRe: Help, unresolved externals Pin
Scozturk25-Jun-03 9:58
professionalScozturk25-Jun-03 9:58 
GeneralRe: Help, unresolved externals Pin
nicoster25-Jun-03 23:16
nicoster25-Jun-03 23:16 
Generalconsole .exe won't run properly Pin
DaveE9th25-Jun-03 8:19
DaveE9th25-Jun-03 8:19 
GeneralRe: console .exe won't run properly Pin
User 665825-Jun-03 8:26
User 665825-Jun-03 8:26 
GeneralRe: console .exe won't run properly Pin
DaveE9th25-Jun-03 8:39
DaveE9th25-Jun-03 8:39 
GeneralRe: console .exe won't run properly Pin
pf725-Jun-03 9:14
pf725-Jun-03 9:14 
Maybe VC++ keeps the window open until you, the user or programmer, close it.
Try right-clicking on your built .exe and chose to edit the properties. Make
sure that on the program tab "Close at end of execution" (or sth. like that... I don't know the real English expression -- I've got a German Win version) is NOT checked. You can also test your program in the console. If it works properly in there, this should just be one of Win's .. well... failures.
GeneralRe: console .exe won't run properly Pin
keegan25-Jun-03 9:19
keegan25-Jun-03 9:19 
GeneralRe: console .exe won't run properly Pin
Scozturk25-Jun-03 9:53
professionalScozturk25-Jun-03 9:53 
GeneralCStdioFile::GetPosition always returns 0xffffffff Pin
kydfru25-Jun-03 8:07
kydfru25-Jun-03 8:07 
GeneralRe: CStdioFile::GetPosition always returns 0xffffffff Pin
David Crow25-Jun-03 8:11
David Crow25-Jun-03 8:11 
GeneralNow it prints seek: 18446744073709551590 (2**63?) Pin
kydfru25-Jun-03 8:24
kydfru25-Jun-03 8:24 
GeneralRe: Now it prints seek: 18446744073709551590 (2**63?) Pin
David Crow25-Jun-03 8:50
David Crow25-Jun-03 8:50 
Generalprints 2**32 because DWORD is 32-bit int Pin
kydfru25-Jun-03 19:49
kydfru25-Jun-03 19:49 
GeneralRe: prints 2**32 because DWORD is 32-bit int Pin
David Crow26-Jun-03 3:00
David Crow26-Jun-03 3:00 
GeneralCScrollbar, and OnHScroll Pin
olle25-Jun-03 7:58
olle25-Jun-03 7:58 
GeneralRe: CScrollbar, and OnHScroll Pin
keegan25-Jun-03 8:07
keegan25-Jun-03 8:07 
GeneralRe: CScrollbar, and OnHScroll Pin
David Crow25-Jun-03 8:08
David Crow25-Jun-03 8:08 
GeneralRe: CScrollbar, and OnHScroll Pin
olle25-Jun-03 8:26
olle25-Jun-03 8:26 
General'memset' vs '= {0}' Pin
Atlantys25-Jun-03 7:36
Atlantys25-Jun-03 7:36 
GeneralRe: 'memset' vs '= {0}' Pin
Joe Woodbury25-Jun-03 7:51
professionalJoe Woodbury25-Jun-03 7:51 
GeneralRe: 'memset' vs '= {0}' Pin
Atlantys25-Jun-03 8:36
Atlantys25-Jun-03 8:36 
GeneralRe: stosd Pin
Joe Woodbury25-Jun-03 8:41
professionalJoe Woodbury25-Jun-03 8:41 
GeneralRe: 'memset' vs '= {0}' Pin
Jim Crafton25-Jun-03 7:56
Jim Crafton25-Jun-03 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.