Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNetwork Client Registry Question Pin
u6ik4-Apr-06 15:22
u6ik4-Apr-06 15:22 
AnswerRe: Network Client Registry Question Pin
kakan4-Apr-06 21:27
professionalkakan4-Apr-06 21:27 
GeneralRe: Network Client Registry Question Pin
u6ik4-Apr-06 21:59
u6ik4-Apr-06 21:59 
QuestionProblem with the window handle m_hWnd Pin
dannyham4-Apr-06 14:41
dannyham4-Apr-06 14:41 
AnswerRe: Problem with the window handle m_hWnd Pin
Giannakakis Kostas4-Apr-06 19:53
professionalGiannakakis Kostas4-Apr-06 19:53 
GeneralRe: Problem with the window handle m_hWnd Pin
dannyham4-Apr-06 22:21
dannyham4-Apr-06 22:21 
QuestionActiveX Print Template Pin
folken_max4-Apr-06 14:27
folken_max4-Apr-06 14:27 
Questionlink library + crazy error Pin
surfman194-Apr-06 13:40
surfman194-Apr-06 13:40 
hi,
i created a lib with c compiler -> Compile as C Code (/TC)
than the aquapark link this lib!
and when i start aquapark (i set a breakpoint in main.c) than i get the folliwings error:
C runtime library....

no idea whats wrong here...what should i change?

bye

<br />
'aquapark.exe': Loaded 'C:\Dokumente und Einstellungen\Gerald\Desktop\aquapark-20060404\aquapark\debug\aquapark.exe', Symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\Dokumente und Einstellungen\Gerald\Desktop\aquapark-20060404\aquapark\debug\msvcr80d.dll', Symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\Dokumente und Einstellungen\Gerald\Desktop\aquapark-20060404\aquapark\debug\SDL.dll', Binary was not built with debug information.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\winmm.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\glew32.dll', Binary was not built with debug information.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\glu32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll', No symbols loaded.<br />
'aquapark.exe': Loaded 'C:\Dokumente und Einstellungen\Gerald\Desktop\aquapark-20060404\aquapark\debug\msvcr80.dll', Symbols loaded.<br />
First-chance exception at 0x7c91eae0 in aquapark.exe: 0xC0000005: Access violation reading location 0x00000130.<br />
R6034<br />
An application has made an attempt to load the C runtime library without using a manifest.<br />
This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest.<br />
For more information, see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product documentation.<br />
Windows has triggered a breakpoint in aquapark.exe.<br />
 <br />
This may be due to a corruption of the heap, and indicates a bug in aquapark.exe or any of the DLLs it has loaded.<br />
 <br />
The output window may have more diagnostic information<br />


-- modified at 19:40 Tuesday 4th April, 2006
AnswerRe: link library + crazy error Pin
Michael Dunn4-Apr-06 13:44
sitebuilderMichael Dunn4-Apr-06 13:44 
GeneralRe: link library + crazy error Pin
surfman194-Apr-06 14:23
surfman194-Apr-06 14:23 
QuestionRegisterWindowMessage Text Pin
Blake Miller4-Apr-06 12:31
Blake Miller4-Apr-06 12:31 
Questionabout LoadLibrary method in embedded Visual C++ Pin
George_George4-Apr-06 12:29
George_George4-Apr-06 12:29 
QuestionHuge Favour - re: compiling source Pin
ldsdbomber4-Apr-06 12:19
ldsdbomber4-Apr-06 12:19 
AnswerRe: Huge Favour - re: compiling source Pin
Anilkumar K V4-Apr-06 20:11
Anilkumar K V4-Apr-06 20:11 
QuestionRemote debugging setup for VS 2003 on XP Pin
lastgen4-Apr-06 11:33
lastgen4-Apr-06 11:33 
AnswerRe: Remote debugging setup for VS 2003 on XP Pin
jmkhael4-Apr-06 20:29
jmkhael4-Apr-06 20:29 
QuestionPopup caption like Windows Media Player Pin
David Simmonds4-Apr-06 11:32
David Simmonds4-Apr-06 11:32 
AnswerRe: Popup caption like Windows Media Player Pin
Hamid_RT4-Apr-06 19:18
Hamid_RT4-Apr-06 19:18 
GeneralRe: Popup caption like Windows Media Player Pin
David Simmonds5-Apr-06 4:05
David Simmonds5-Apr-06 4:05 
Questionhow to select items in a list control. Pin
Ajax954-Apr-06 9:39
Ajax954-Apr-06 9:39 
QuestionRe: how to select items in a list control. Pin
David Crow4-Apr-06 10:09
David Crow4-Apr-06 10:09 
AnswerRe: how to select items in a list control. Pin
Michael Dunn4-Apr-06 11:27
sitebuilderMichael Dunn4-Apr-06 11:27 
AnswerRe: how to select items in a list control. Pin
Laxman Auti4-Apr-06 18:14
Laxman Auti4-Apr-06 18:14 
AnswerRe: how to select items in a list control. Pin
Ajax957-Apr-06 13:50
Ajax957-Apr-06 13:50 
QuestionHelp with list box Pin
antdaviesuk4-Apr-06 9:11
antdaviesuk4-Apr-06 9:11 

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.