Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ISamplerGrabber future ?? Pin
SoMad26-Mar-13 11:57
professionalSoMad26-Mar-13 11:57 
GeneralRe: ISamplerGrabber future ?? Pin
Vaclav_28-Mar-13 12:14
Vaclav_28-Mar-13 12:14 
GeneralRe: ISamplerGrabber future ?? Pin
SoMad28-Mar-13 20:34
professionalSoMad28-Mar-13 20:34 
QuestionTurbo code implementation in C++ Pin
Manoj739025-Mar-13 20:50
Manoj739025-Mar-13 20:50 
AnswerRe: Turbo code implementation in C++ Pin
Jochen Arndt25-Mar-13 22:09
professionalJochen Arndt25-Mar-13 22:09 
GeneralRe: Turbo code implementation in C++ Pin
vikramlinux25-Mar-13 22:39
vikramlinux25-Mar-13 22:39 
GeneralRe: Turbo code implementation in C++ Pin
vikramlinux25-Mar-13 23:17
vikramlinux25-Mar-13 23:17 
QuestionHow can i create a project that it has the same name with an existing project Pin
November 201325-Mar-13 5:33
November 201325-Mar-13 5:33 
i found a method on the internet.
In the New Project dialog box select "New" and select "Custom Appwizard", enter the new project name, click the [OK] button. "Custom 1 of 2 AppWizardStep" dialog box appeared, and then select "An existing Project" item, click the [Next] button. "Custom 2 of 2 AppWizardStep" dialog box appeared, select an existing project file name, and click the [Finish] button. After the compiler generates an identical to an existing project but can be renamed engineering AppWizard.
however, when i used this method to make it,and after i compiled it, an error is coming:

--------------------Configuration: Luoyang - Win32 Pseudo-Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Debug.cpp
Luoyang.cpp
LuoyangAw.cpp
Generating Code...
Linking...
LINK : error : Internal error during ReadSymbolTable
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 004623F2
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 00000008
CONTEXT:
Eax = 3FFFAFEC Esp = 0012E6A0
Ebx = 00000002 Ebp = 005D1B3A
Ecx = 3FFFAFEC Esi = 3FFFB3E0
Edx = 00000000 Edi = 3FFFB3E0
Eip = 004623F2 EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0012E6A0 Dr3 = 00000002
Dr1 = 005D1B3A Dr6 = 3FFFAFEC
Dr2 = 00000000 Dr7 = 00000000
Error executing link.exe.
Tool execution canceled by user.
^^^^^^^
i don't know weather i make myself clear. because my English is very poor, but i really need your help.
QuestionRe: How can i create a project that it has the same name with an existing project Pin
David Crow25-Mar-13 6:17
David Crow25-Mar-13 6:17 
AnswerRe: How can i create a project that it has the same name with an existing project Pin
November 201326-Mar-13 2:56
November 201326-Mar-13 2:56 
AnswerRe: How can i create a project that it has the same name with an existing project Pin
Richard MacCutchan25-Mar-13 7:32
mveRichard MacCutchan25-Mar-13 7:32 
GeneralRe: How can i create a project that it has the same name with an existing project Pin
November 201326-Mar-13 4:03
November 201326-Mar-13 4:03 
QuestionRe: How can i create a project that it has the same name with an existing project Pin
David Crow26-Mar-13 4:13
David Crow26-Mar-13 4:13 
AnswerRe: How can i create a project that it has the same name with an existing project Pin
November 201326-Mar-13 4:18
November 201326-Mar-13 4:18 
AnswerRe: How can i create a project that it has the same name with an existing project Pin
November 201326-Mar-13 20:13
November 201326-Mar-13 20:13 
GeneralRe: How can i create a project that it has the same name with an existing project Pin
Richard MacCutchan26-Mar-13 6:39
mveRichard MacCutchan26-Mar-13 6:39 
GeneralRe: How can i create a project that it has the same name with an existing project Pin
November 201326-Mar-13 20:11
November 201326-Mar-13 20:11 
GeneralDialog or “dynamic” Menu? Pin
Vaclav_23-Mar-13 4:16
Vaclav_23-Mar-13 4:16 
GeneralRe: Dialog or “dynamic” Menu? Pin
Richard MacCutchan23-Mar-13 6:08
mveRichard MacCutchan23-Mar-13 6:08 
GeneralRe: Dialog or “dynamic” Menu? Pin
pasztorpisti24-Mar-13 4:53
pasztorpisti24-Mar-13 4:53 
QuestionProblem with flockfile and funlockfile Pin
noislude23-Mar-13 4:09
noislude23-Mar-13 4:09 
Question(ask) need help how to divide a file into some file Pin
moonstalker23-Mar-13 3:49
moonstalker23-Mar-13 3:49 
AnswerRe: (ask) need help how to divide a file into some file Pin
dusty_dex23-Mar-13 4:36
dusty_dex23-Mar-13 4:36 
GeneralRe: (ask) need help how to divide a file into some file Pin
moonstalker23-Mar-13 8:53
moonstalker23-Mar-13 8:53 
AnswerRe: (ask) need help how to divide a file into some file Pin
ramrooney26-Mar-13 7:39
ramrooney26-Mar-13 7:39 

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.