Click here to Skip to main content
16,011,680 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionerror PRJ0015 in VS C++ Pin
Reuven Elliassi28-Oct-06 4:20
Reuven Elliassi28-Oct-06 4:20 
AnswerRe: error PRJ0015 in VS C++ Pin
PJ Arends28-Oct-06 8:19
professionalPJ Arends28-Oct-06 8:19 
QuestionI check this MSDN answer but Pin
Reuven Elliassi28-Oct-06 10:12
Reuven Elliassi28-Oct-06 10:12 
AnswerRe: I check this MSDN answer but Pin
PJ Arends28-Oct-06 11:33
professionalPJ Arends28-Oct-06 11:33 
QuestionRe: I check this MSDN answer but Pin
Reuven Elliassi29-Oct-06 3:38
Reuven Elliassi29-Oct-06 3:38 
AnswerSorry, I am at a loss and cannot help Pin
PJ Arends29-Oct-06 7:05
professionalPJ Arends29-Oct-06 7:05 
GeneralRe: Sorry, I am at a loss and cannot help Pin
Reuven Elliassi29-Oct-06 9:03
Reuven Elliassi29-Oct-06 9:03 
NewsI found the way to fix it ! Pin
Reuven Elliassi30-Oct-06 3:42
Reuven Elliassi30-Oct-06 3:42 
I found the way to fix the problem, and I've been started to learn VC++.NET.

The solution was:
1. In Computer Management, select device manager.
2. In View select show hidden devices.
3. Then you need to locate The Null device in the list of Not plug-and-play device managers.
4. As you find it you double-click it and validate it working properly and running (in device manager tab -> device status).
5. In the registry go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Null
and validate Hexadecimal-Value Named "Start" exists and had the value 1 (in hex).
If not - add it.
6. Restart your computer.

Now is the big problem :
========================
According to step 4 above, the Null device may not working properly (like I did).
To fix it you double-click it and choose to remove this device.
Then you doing steps 5 and 6 above.

After you restart the computer you need to run the Visual Studio Setup in repair mode - This will reinstall the Null device properly.

Restart your computer, hold up your fingers and pray to god when it restarts Poke tongue | ;-P
After you restart the computer you can Build and even Run your C++ programs in visual studio !!!
GeneralRe: I found the way to fix it ! Pin
PJ Arends30-Oct-06 4:27
professionalPJ Arends30-Oct-06 4:27 
QuestionBoolean Size? Pin
Astricks28-Oct-06 2:59
Astricks28-Oct-06 2:59 
AnswerRe: Boolean Size? Pin
PJ Arends28-Oct-06 8:50
professionalPJ Arends28-Oct-06 8:50 
QuestionString Split Pin
Astricks28-Oct-06 2:48
Astricks28-Oct-06 2:48 
AnswerRe: String Split Pin
Astricks28-Oct-06 3:02
Astricks28-Oct-06 3:02 
QuestionHow to invoke a Form from a DLL Function Pin
poda28-Oct-06 1:47
poda28-Oct-06 1:47 
AnswerRe: How to invoke a Form from a DLL Function Pin
Mark Salsbery29-Oct-06 6:53
Mark Salsbery29-Oct-06 6:53 
GeneralRe: How to invoke a Form from a DLL Function Pin
poda1-Nov-06 19:00
poda1-Nov-06 19:00 
GeneralRe: How to invoke a Form from a DLL Function Pin
Mark Salsbery2-Nov-06 6:08
Mark Salsbery2-Nov-06 6:08 
General16 Bit Dll Pin
Monty228-Oct-06 0:00
Monty228-Oct-06 0:00 
GeneralRe: 16 Bit Dll Pin
Mike Dimmick28-Oct-06 1:53
Mike Dimmick28-Oct-06 1:53 
GeneralRe: 16 Bit Dll Pin
Monty228-Oct-06 2:50
Monty228-Oct-06 2:50 
GeneralRe: 16 Bit Dll Pin
toxcct28-Oct-06 5:55
toxcct28-Oct-06 5:55 
GeneralRe: 16 Bit Dll Pin
Link200628-Oct-06 9:22
Link200628-Oct-06 9:22 
Questionmail recovery [modified] Pin
neha.agarwal2727-Oct-06 23:48
neha.agarwal2727-Oct-06 23:48 
Questionabout multi threading in visual C++ Pin
mt_samiei27-Oct-06 22:47
mt_samiei27-Oct-06 22:47 
QuestionRe: about multi threading in visual C++ Pin
Eytukan28-Oct-06 4:43
Eytukan28-Oct-06 4:43 

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.