Click here to Skip to main content
16,005,222 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Arrays and stuff Pin
James T. Johnson17-Aug-02 1:54
James T. Johnson17-Aug-02 1:54 
Questionwhat is managed c++? Pin
nyasa14-Aug-02 19:36
nyasa14-Aug-02 19:36 
AnswerRe: what is managed c++? Pin
Nick Hodapp15-Aug-02 10:27
sitebuilderNick Hodapp15-Aug-02 10:27 
GeneralToolBoxBitMap Attribute Pin
Firoz13-Aug-02 20:20
Firoz13-Aug-02 20:20 
GeneralRe: ToolBoxBitMap Attribute Pin
Nick Hodapp14-Aug-02 14:17
sitebuilderNick Hodapp14-Aug-02 14:17 
Generalchar representation of a double Pin
senorbuckwheat13-Aug-02 8:24
senorbuckwheat13-Aug-02 8:24 
GeneralRe: char representation of a double Pin
Nick Hodapp14-Aug-02 14:24
sitebuilderNick Hodapp14-Aug-02 14:24 
Generaldefining a pointer to a file so that its info won't get lost!! Pin
shanika13-Aug-02 4:09
shanika13-Aug-02 4:09 
I have a general question. I am using fread(...) fn in my program. I created a FILE *inFile to point to the file that i opened for read. (ie. inFile = fopen("c:\\document.bnm","r"))

I am reading 20 ascii characters at a time from the file and then send them out thru the serial port ,....i keep doing this until the end of file is reached. My file opening and reading is defined in one class called COpen and my serial communication routines are defines in a class called Tserial_event.
Once I call the function from COpen to send data thru the serial port (
com->sendData(), where com is an object of class tserial_event) and the program jumps to where the sendData fn is defined the value of inFile is lost!!!!!!!!! Originally it points to location 0x1027a898, when it jumps to sendData() it becomes 0x0000000??? and then when it returs to the fread statement to raed the next 20 characetrs it crashes, saying that I am raeding at an invalid location obviously because my pointer was lost.
My question is how should I define inFile so that it wouldn't change value when I uump to another class.
I NEED HELP ASAP IF SOMEONE CAN HELP ME



GeneralWindowProc Pin
smooth10-Aug-02 15:21
smooth10-Aug-02 15:21 
GeneralRe: WindowProc Pin
Nish Nishant10-Aug-02 16:06
sitebuilderNish Nishant10-Aug-02 16:06 
Generalwhats ijw(nish plz reply again) Pin
imran_rafique9-Aug-02 18:24
imran_rafique9-Aug-02 18:24 
GeneralRe: whats ijw(nish plz reply again) Pin
Nish Nishant9-Aug-02 19:05
sitebuilderNish Nishant9-Aug-02 19:05 
GeneralClickety Pin
Shog912-Aug-02 13:58
sitebuilderShog912-Aug-02 13:58 
GeneralLegacy Visual C++ and .NET Pin
rbc9-Aug-02 13:49
rbc9-Aug-02 13:49 
GeneralRe: Legacy Visual C++ and .NET Pin
TigerNinja_3-Sep-02 8:19
TigerNinja_3-Sep-02 8:19 
Generalif i want to use function of vc++ Pin
imran_rafique9-Aug-02 9:10
imran_rafique9-Aug-02 9:10 
GeneralRe: if i want to use function of vc++ Pin
Nish Nishant9-Aug-02 14:24
sitebuilderNish Nishant9-Aug-02 14:24 
Generalinhertience Pin
imran_rafique9-Aug-02 8:59
imran_rafique9-Aug-02 8:59 
GeneralRe: inhertience Pin
Nish Nishant9-Aug-02 14:19
sitebuilderNish Nishant9-Aug-02 14:19 
GeneralIIS required for managed C++ web service. Pin
nay8-Aug-02 17:06
nay8-Aug-02 17:06 
GeneralRe: IIS required for managed C++ web service. Pin
TigerNinja_10-Aug-02 2:22
TigerNinja_10-Aug-02 2:22 
QuestionCan u write ASP.NET pages with MC++? Pin
TigerNinja_8-Aug-02 7:06
TigerNinja_8-Aug-02 7:06 
AnswerRe: Can u write ASP.NET pages with MC++? Pin
Chris Maunder8-Aug-02 17:36
cofounderChris Maunder8-Aug-02 17:36 
GeneralRe: Can u write ASP.NET pages with MC++? Pin
TigerNinja_9-Aug-02 6:53
TigerNinja_9-Aug-02 6:53 
GeneralRe: Can u write ASP.NET pages with MC++? Pin
Chris Maunder9-Aug-02 12:57
cofounderChris Maunder9-Aug-02 12:57 

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.