Click here to Skip to main content
15,919,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: multiple views in SDI Pin
JohnJ11-Jan-03 3:30
JohnJ11-Jan-03 3:30 
GeneralRe: multiple views in SDI Pin
Anonymous13-Jan-03 7:22
Anonymous13-Jan-03 7:22 
GeneralRead Hexidecimal Pin
Paul M Watt10-Jan-03 21:52
mentorPaul M Watt10-Jan-03 21:52 
GeneralRe: Read Hexidecimal Pin
Jon Sagara10-Jan-03 22:08
Jon Sagara10-Jan-03 22:08 
GeneralRe: Read Hexidecimal Pin
Paul M Watt10-Jan-03 23:00
mentorPaul M Watt10-Jan-03 23:00 
GeneralRe: Read Hexidecimal Pin
PJ Arends10-Jan-03 22:19
professionalPJ Arends10-Jan-03 22:19 
GeneralRe: Read Hexidecimal Pin
Paul M Watt10-Jan-03 23:01
mentorPaul M Watt10-Jan-03 23:01 
Generalignoring ignorant irrate illrevelent information Pin
(Steven Hicks)n+110-Jan-03 16:57
(Steven Hicks)n+110-Jan-03 16:57 
Ha! Used all words that began with the letter i in the title! Beat That!

How do I prevent just the following warning from showing:
warning C4244: 'argument' : conversion from 'unsigned __int64' to 'unsigned long', possible loss of data

Its generated from the following code: (this isn't prefect code [buffer overrun], but thats not the focus)
//CFile * pFile

ULONGLONG dwLength=pFile->GetLength();
pFile->Read(strFileCnt, dwLength); //this is where it gets mad and throughs the unneccessary warning

-Steven
CP Addict

By reading this message you are held fully responsible for any of the mispelln's or grammer, issues, found on, codeproject.com.

For those who were wondering, actual (Linux) Penguins were harmed in creating this message.

Visit Ltpb.8m.com

404Browser (Efficient, Fast, Secure Web Browser): 404Browser.com


GeneralRe: ignoring ignorant irrate illrevelent information Pin
Christian Graus10-Jan-03 17:10
protectorChristian Graus10-Jan-03 17:10 
GeneralRe: ignoring ignorant irrate illrevelent information Pin
Todd Smith11-Jan-03 3:49
Todd Smith11-Jan-03 3:49 
QuestionTemplate ? Pin
Stan the man10-Jan-03 15:24
Stan the man10-Jan-03 15:24 
AnswerRe: Template ? Pin
Michael Dunn10-Jan-03 15:41
sitebuilderMichael Dunn10-Jan-03 15:41 
GeneralRe: Template ? Pin
Stan the man10-Jan-03 23:51
Stan the man10-Jan-03 23:51 
GeneralRe: Template ? Pin
Michael Dunn11-Jan-03 6:14
sitebuilderMichael Dunn11-Jan-03 6:14 
GeneralRe: Template ? Pin
Stan the man11-Jan-03 14:31
Stan the man11-Jan-03 14:31 
GeneralRe: Template ? Pin
Michael Dunn11-Jan-03 19:26
sitebuilderMichael Dunn11-Jan-03 19:26 
GeneralRe: Template ? Pin
Stan the man12-Jan-03 4:19
Stan the man12-Jan-03 4:19 
GeneralRe: Template ? Pin
Stan the man12-Jan-03 4:48
Stan the man12-Jan-03 4:48 
GeneralEvery build destroys my gif resource Pin
georgiek5010-Jan-03 13:51
georgiek5010-Jan-03 13:51 
Generalquestions , questions..... Pin
joshfl10-Jan-03 12:56
joshfl10-Jan-03 12:56 
GeneralRe: questions , questions..... Pin
Michael Dunn10-Jan-03 13:44
sitebuilderMichael Dunn10-Jan-03 13:44 
GeneralRe: questions , questions..... Pin
Joan M12-Jan-03 21:47
professionalJoan M12-Jan-03 21:47 
Generalunique id... Pin
User 988510-Jan-03 12:16
User 988510-Jan-03 12:16 
GeneralRe: unique id... Pin
Chris Losinger10-Jan-03 20:28
professionalChris Losinger10-Jan-03 20:28 
GeneralFun with std::map Pin
Chris Richardson10-Jan-03 11:21
Chris Richardson10-Jan-03 11:21 

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.