|
|
Hi to all,
I used to program with Linux only, recently went to Windows (VC) -
everything installed fine - and have some questions 'cause I'm a real newby
with it :
1.) Is there a way to run everything in the shell as it is with Linux (i.e.
there's no make / what to run instead ?) ?
2.) Using the VC-IDE I created a dsp-project from my pro-file. With this I
could compile the code properly but got a another problem I cannot handle.
(see below) :
Deleting intermediate files and output files for project 'sender_win - Win32
Debug'.
--------------------Configuration: sender_win - Win32
Debug--------------------
Moc'ing sender.h...
Compiling...
main.cpp
sender.cpp
RtAudio.cpp
chooser.cpp
moc_sender.cpp
Generating Code...
Linking...
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"qt-mteval333.lib" "qtmain.lib" "kernel32.lib" "user32.lib" "gdi32.lib"
"comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib"
"uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib"
"pthread.lib" "dsound.lib" " kernel32.lib
user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib imm32.lib winmm.lib wsock32.lib winspool.lib
opengl32.lib glu32.lib delayimp.lib /nologo /subsystem:windows
/incremental:yes /pdb:Debug/sender_win.pdb /debug
/machine:IX86 /out:Debug/sender_win.exe /pdbtype:sept
/libpath:C:\Qt\3.3.3Evaluation\lib -multithreaded"
LINK : error : Internal error during SetupPhase
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 6C756D2D
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 6C756D2D
CONTEXT:
Eax = 004A26A8 Esp = 0012FA6C
Ebx = 77C2FCE0 Ebp = 00004000
Ecx = 0012FA73 Esi = 0032ACD8
Edx = 00320600 Edi = 0032AE47
Eip = 6C756D2D EFlags = 00010216
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0012FA6C Dr3 = 77C2FCE0
Dr1 = 00004000 Dr6 = 0012FA73
Dr2 = 00000000 Dr7 = 00000000
Error executing link.exe.
Tool execution canceled by user.
Thanks
-- A l e x
--
Dipl.-Ing. Alexander Carôt
Email : Alexander@xxxxxxxx
Tel.: +49 (0)177 5719797
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|