Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
QuestionHosting IE in a windows application Pin
Christian Graus12-Jun-08 6:36
protectorChristian Graus12-Jun-08 6:36 
AnswerRe: Hosting IE in a windows application Pin
Anthony Mushrow12-Jun-08 7:36
professionalAnthony Mushrow12-Jun-08 7:36 
GeneralRe: Hosting IE in a windows application Pin
Christian Graus12-Jun-08 7:39
protectorChristian Graus12-Jun-08 7:39 
GeneralRe: Hosting IE in a windows application Pin
Anthony Mushrow12-Jun-08 7:44
professionalAnthony Mushrow12-Jun-08 7:44 
GeneralRe: Hosting IE in a windows application Pin
Christian Graus12-Jun-08 8:10
protectorChristian Graus12-Jun-08 8:10 
GeneralRe: Hosting IE in a windows application Pin
Giorgi Dalakishvili12-Jun-08 8:14
mentorGiorgi Dalakishvili12-Jun-08 8:14 
GeneralRe: Hosting IE in a windows application Pin
Christian Graus12-Jun-08 8:16
protectorChristian Graus12-Jun-08 8:16 
QuestionAMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 6:29
bigchump12-Jun-08 6:29 
Hi All!
I've been trying to port my apps from VS6 to 64 bit.

When I use serialization to write classes to fie - what should be a 27mb data file becomes 459mb!
And it runs S-L-O-W.

There are no methods (functions) in the classes. Just data.
The data file was created the (EASY) old way by writing structs to a binary file.
I also tried that "marshall" thing - what a joke!
So, my question is how in the world do you write structs or classes to a file without tons of overhead?
I know I can use C++ native code but surely there must be a better way.
If not, can native code be compiled to 64 bit?

thanx for any responses
bigchump
AnswerRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
Christian Graus12-Jun-08 6:34
protectorChristian Graus12-Jun-08 6:34 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 7:23
bigchump12-Jun-08 7:23 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
Christian Graus12-Jun-08 7:30
protectorChristian Graus12-Jun-08 7:30 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 8:33
bigchump12-Jun-08 8:33 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
Christian Graus12-Jun-08 8:49
protectorChristian Graus12-Jun-08 8:49 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 9:24
bigchump12-Jun-08 9:24 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
Christian Graus12-Jun-08 9:47
protectorChristian Graus12-Jun-08 9:47 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
carbon_golem12-Jun-08 8:59
carbon_golem12-Jun-08 8:59 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 9:55
bigchump12-Jun-08 9:55 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
MaxRelaxman12-Jun-08 11:03
MaxRelaxman12-Jun-08 11:03 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 12:13
bigchump12-Jun-08 12:13 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
carbon_golem12-Jun-08 11:31
carbon_golem12-Jun-08 11:31 
Generali Pin
bigchump12-Jun-08 12:31
bigchump12-Jun-08 12:31 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 12:53
bigchump12-Jun-08 12:53 
QuestionRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
Michael Schubert12-Jun-08 20:47
Michael Schubert12-Jun-08 20:47 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
#realJSOP12-Jun-08 10:52
mve#realJSOP12-Jun-08 10:52 
GeneralRe: AMATEUR PROGRAMMER NEEDS HELP WITH SERIALIZATION Pin
bigchump12-Jun-08 12:37
bigchump12-Jun-08 12:37 

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.