Click here to Skip to main content
15,907,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I need to copy (CTRL+C) a web page... C++ Pin
_AnsHUMAN_ 18-Apr-11 2:20
_AnsHUMAN_ 18-Apr-11 2:20 
GeneralRe: I need to copy (CTRL+C) a web page... C++ Pin
Ram Shmider19-Apr-11 20:20
Ram Shmider19-Apr-11 20:20 
AnswerRe: I need to copy (CTRL+C) a web page... C++ Pin
Nitheesh George18-Apr-11 18:27
Nitheesh George18-Apr-11 18:27 
GeneralRe: I need to copy (CTRL+C) a web page... C++ Pin
Ram Shmider19-Apr-11 20:18
Ram Shmider19-Apr-11 20:18 
QuestionHow can I solve those errors? Pin
Abder_Rahman18-Apr-11 0:26
Abder_Rahman18-Apr-11 0:26 
AnswerRe: How can I solve those errors? Pin
Richard MacCutchan18-Apr-11 0:52
mveRichard MacCutchan18-Apr-11 0:52 
GeneralRe: How can I solve those errors? Pin
Abder_Rahman18-Apr-11 23:52
Abder_Rahman18-Apr-11 23:52 
QuestionApplication crashing while using cablib.dll Pin
tomydevasia18-Apr-11 0:05
tomydevasia18-Apr-11 0:05 
Hi ,

I am using CabLib.Dll(8.1.0.0) file for compressing in .Net.
It works perfectly alright.
I am using cablib.CompressFolder method.

But if the file name consists of odd number of special character '%'(Percentage) it causes the application to crash.For even number of '%' its working fine.
Any ideas what might be the problem.It's working for file name with other special characters '@','#','$','&' n all.

If I use the latest cabLib.dll the application doesn't crashes but the compressed filename is not the desired one with a different name altogether.

for eg;
If I give the file name to be 90%.cab it crashes.(odd)
But if I give it as 90%%.cab(even) it works but the output file name will be 90%.cab

Is there anyway to overcome this situation.

Code Snippet:

1)CabLib.Compress compressProj = new CabLib.Compress();
2)compressProj.CompressFolder(this.workingFolder, configurationFile, "*.*", b_UtcTime, s32_SplitSize);

While debugging in .Net it crashes on the 2) line.

It shows the error : (Microsoft Visual C++ Runtime Error)
R6002 floating point support not loaded while saving

Could you please help us to sort-out the issue.

Regards
Tomy
AnswerRe: Application crashing while using cablib.dll Pin
Richard MacCutchan18-Apr-11 0:48
mveRichard MacCutchan18-Apr-11 0:48 
Questionhow to drag and drop image in listview control using mfc Pin
rajniyadav1a17-Apr-11 21:29
rajniyadav1a17-Apr-11 21:29 
AnswerRe: how to drag and drop image in listview control using mfc Pin
Niklas L18-Apr-11 5:51
Niklas L18-Apr-11 5:51 
QuestionUninstalling the application completely. Pin
pix_programmer17-Apr-11 20:50
pix_programmer17-Apr-11 20:50 
AnswerRe: Uninstalling the application completely. Pin
pix_programmer20-Apr-11 3:29
pix_programmer20-Apr-11 3:29 
QuestionsetWindowLong for more than One window Pin
002comp17-Apr-11 20:19
002comp17-Apr-11 20:19 
AnswerRe: setWindowLong for more than One window Pin
Richard MacCutchan17-Apr-11 22:05
mveRichard MacCutchan17-Apr-11 22:05 
GeneralRe: setWindowLong for more than One window Pin
002comp17-Apr-11 22:31
002comp17-Apr-11 22:31 
GeneralRe: setWindowLong for more than One window Pin
Richard MacCutchan17-Apr-11 23:00
mveRichard MacCutchan17-Apr-11 23:00 
QuestionHow to get String from ".txt" file and transfer to float Pin
camuoi28817-Apr-11 17:04
camuoi28817-Apr-11 17:04 
AnswerRe: How to get String from ".txt" file and transfer to float Pin
«_Superman_»17-Apr-11 18:50
professional«_Superman_»17-Apr-11 18:50 
GeneralRe: How to get String from ".txt" file and transfer to float Pin
camuoi28817-Apr-11 20:00
camuoi28817-Apr-11 20:00 
GeneralRe: How to get String from ".txt" file and transfer to float Pin
Richard MacCutchan17-Apr-11 22:02
mveRichard MacCutchan17-Apr-11 22:02 
GeneralRe: How to get String from ".txt" file and transfer to float Pin
David Crow18-Apr-11 3:09
David Crow18-Apr-11 3:09 
QuestionPrint with a PDF printer Pin
Gagnon Claude17-Apr-11 7:01
Gagnon Claude17-Apr-11 7:01 
QuestionProxy Type - by code Pin
Ram Shmider16-Apr-11 21:54
Ram Shmider16-Apr-11 21:54 
QuestionCombining if statements Pin
Cyclone_S16-Apr-11 9:16
Cyclone_S16-Apr-11 9:16 

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.