Click here to Skip to main content
15,905,913 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compile Error during project conversion from VC++6.0 to VC++ 2005 Pin
prasad_som7-Mar-08 4:01
prasad_som7-Mar-08 4:01 
GeneralRe: Compile Error during project conversion from VC++6.0 to VC++ 2005 Pin
Mike Dimmick7-Mar-08 13:56
Mike Dimmick7-Mar-08 13:56 
General[RESOLVED]: Compile Error during project conversion from VC++6.0 to VC++ 2005 Pin
Priya_Sundar9-Mar-08 18:38
Priya_Sundar9-Mar-08 18:38 
GeneralProblem accessing C++ Win32 Dll from Managed C++/C# application Pin
s.m.shah6-Mar-08 23:19
s.m.shah6-Mar-08 23:19 
GeneralRe: Problem accessing C++ Win32 Dll from Managed C++/C# application Pin
toxcct6-Mar-08 23:30
toxcct6-Mar-08 23:30 
GeneralRe: Problem accessing C++ Win32 Dll from Managed C++/C# application Pin
s.m.shah6-Mar-08 23:41
s.m.shah6-Mar-08 23:41 
GeneralRe: Problem accessing C++ Win32 Dll from Managed C++/C# application Pin
toxcct6-Mar-08 23:56
toxcct6-Mar-08 23:56 
GeneralData in Memory Pin
Anu_Bala6-Mar-08 22:37
Anu_Bala6-Mar-08 22:37 
Hi,
In my coding,I used some arrays in structure and i stored values in memroy in size of that structure.
And also i give the memory limit to store that particular varialbe in that memrory address.
For example
struct de
{
float IV [300];
char FAIL [300];
}s;

I have one offset file showing memory details for that particular varialbe.The offset file looks like this
as
Variable name
SCope(Variable or Constant)
varialble type(float(2) or int(1) or char(0))
Memory address
Size1
size2
//////////////
FAIL
V
0
0
300
-1
IV
V
2
300
300
-1
///////////////

Like this i have offset file and i stored value for this two varaibles in my coding and i set memory also.But when i retrive this value by using pointer
I get the correct value of variable of char but in case of float it shows 0 only.
Is there any tool to see the value stored in particular memory address?

Anu

GeneralRe: Data in Memory Pin
CPallini7-Mar-08 0:29
mveCPallini7-Mar-08 0:29 
GeneralRe: Data in Memory Pin
Koder7-Mar-08 9:17
Koder7-Mar-08 9:17 
Questionabout return values.. Pin
savitri6-Mar-08 22:29
savitri6-Mar-08 22:29 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 22:33
toxcct6-Mar-08 22:33 
GeneralRe: about return values.. Pin
Rajkumar R6-Mar-08 22:53
Rajkumar R6-Mar-08 22:53 
GeneralRe: about return values.. Pin
Maxwell Chen6-Mar-08 23:08
Maxwell Chen6-Mar-08 23:08 
QuestionRe: about return values.. Pin
Rajesh R Subramanian6-Mar-08 23:15
professionalRajesh R Subramanian6-Mar-08 23:15 
GeneralRe: about return values.. Pin
Maxwell Chen6-Mar-08 23:17
Maxwell Chen6-Mar-08 23:17 
GeneralRe: about return values.. Pin
Rajkumar R6-Mar-08 23:56
Rajkumar R6-Mar-08 23:56 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 23:58
toxcct6-Mar-08 23:58 
QuestionRe: about return values.. Pin
savitri6-Mar-08 23:25
savitri6-Mar-08 23:25 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 23:28
toxcct6-Mar-08 23:28 
GeneralRe: about return values.. Pin
savitri6-Mar-08 23:49
savitri6-Mar-08 23:49 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 23:54
toxcct6-Mar-08 23:54 
GeneralRe: about return values.. Pin
Rajesh R Subramanian6-Mar-08 23:59
professionalRajesh R Subramanian6-Mar-08 23:59 
GeneralRe: about return values.. Pin
toxcct7-Mar-08 0:06
toxcct7-Mar-08 0:06 
GeneralRe: about return values.. Pin
BadKarma7-Mar-08 1:02
BadKarma7-Mar-08 1:02 

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.