Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 16:10
protectorChristian Graus23-Jun-05 16:10 
GeneralRe: Get the string deep inside the Windows registry Pin
David Crow23-Jun-05 16:46
David Crow23-Jun-05 16:46 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 16:54
akayoku23-Jun-05 16:54 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 17:00
protectorChristian Graus23-Jun-05 17:00 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 17:22
akayoku23-Jun-05 17:22 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 17:24
protectorChristian Graus23-Jun-05 17:24 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 17:39
akayoku23-Jun-05 17:39 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 17:43
protectorChristian Graus23-Jun-05 17:43 
Well, if you have code that includes stdafx.h, then you need to have the file there. And if you import the file, then you need to either make sure that everything it includes is visible, or you need to change it.

It's really hard to guess exactly what's going on. What's the nature of your project ( is it windows/console ? What frameworks does it use ? ) and how did you import this other code into it ?

The core issue is probably that it's clear you shouldn't be importing other people's code, you should spend some time learning how everything works first.


Christian Graus - Microsoft MVP - C++
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 17:59
akayoku23-Jun-05 17:59 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 18:22
protectorChristian Graus23-Jun-05 18:22 
GeneralRe: Get the string deep inside the Windows registry Pin
David Crow24-Jun-05 2:49
David Crow24-Jun-05 2:49 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:14
ThatsAlok23-Jun-05 18:14 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:19
akayoku23-Jun-05 18:19 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 18:20
protectorChristian Graus23-Jun-05 18:20 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:30
akayoku23-Jun-05 18:30 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 18:35
protectorChristian Graus23-Jun-05 18:35 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:47
akayoku23-Jun-05 18:47 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus26-Jun-05 13:24
protectorChristian Graus26-Jun-05 13:24 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:36
ThatsAlok23-Jun-05 18:36 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:43
akayoku23-Jun-05 18:43 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:47
ThatsAlok23-Jun-05 18:47 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:48
akayoku23-Jun-05 18:48 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:55
ThatsAlok23-Jun-05 18:55 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 19:52
akayoku23-Jun-05 19:52 
GeneralRe: Get the string deep inside the Windows registry Pin
David Crow24-Jun-05 2:52
David Crow24-Jun-05 2:52 

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.