Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need to send info??? Pin
Larsson26-Jan-07 13:17
Larsson26-Jan-07 13:17 
GeneralRe: Need to send info??? Pin
Ravi Bhavnani26-Jan-07 13:24
professionalRavi Bhavnani26-Jan-07 13:24 
GeneralRe: Need to send info??? Pin
Larsson26-Jan-07 13:18
Larsson26-Jan-07 13:18 
GeneralRe: Need to send info??? Pin
Ravi Bhavnani26-Jan-07 13:28
professionalRavi Bhavnani26-Jan-07 13:28 
Questionwin32 api Pin
asp.netProgrammer26-Jan-07 10:01
asp.netProgrammer26-Jan-07 10:01 
AnswerRe: win32 api Pin
Chris Losinger26-Jan-07 10:11
professionalChris Losinger26-Jan-07 10:11 
AnswerRe: win32 api Pin
Hamid_RT27-Jan-07 2:08
Hamid_RT27-Jan-07 2:08 
QuestionStreaming ZIP data and linker problem Pin
jhinze26-Jan-07 9:45
jhinze26-Jan-07 9:45 
I'm in desperate need of some help, this problem is way beyond my understanding and knowledge Confused | :confused: .. but if someone can point me in the right direction, I'd love to figure this out.

It started with a need for java.util.zip.ZipInputStream functionality in an activeX control (not .net based).

Instead of writing it from scratch using zlib, I found an old utility called ZIPIOS++ (which is nearly a port of the java class)Confused | :confused: . Got it, compiled it, wrote a small test program and when I compile/link it, I get 7 unresolved externals from the library... The func. declarations all appear to match, using dumpbin the externals appear to be in the lib. I've tried under VC 6 and VC 8.

Here is one example of the header object of one of the unresolved externals and the linker message.


Link to header file: http://zipios.cvs.sourceforge.net/zipios/zipios/zipios%2B%2B/zipfile.h?view=markup[^]

Link to Source file: http://zipios.cvs.sourceforge.net/zipios/zipios/src/zipfile.cpp?view=markup&sortdir=down[^]

3 relevant unresolved externals from the above source:

jim_test.obj : error LNK2001: unresolved external symbol "public: __thiscall zipios::ZipFile::ZipFile(class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > const &,int,int)" (??0ZipFile@zipios@@QAE@ABV?$basic_string

jim_test.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall zipios::ZipFile::~ZipFile(void)" (??1ZipFile@zipios@@UAE@XZ)

jim_test.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_istream<char,struct std::char_traits<char=""> > * __thiscall zipios::ZipFile::getInputStream(class zipios::SimpleSmartPointer<class zipios::fileentry="" const=""> con
st &)" (?getInputStream@ZipFile@zipios@@UAEPAV?$basic_istream@DU?$char_traits@D@std@@@std@@ABV?$SimpleSmartPointer@$$CBVFileEntry@zipios@@@2@@Z)
AnswerRe: Streaming ZIP data and linker problem Pin
Mark Salsbery26-Jan-07 11:21
Mark Salsbery26-Jan-07 11:21 
Questiongmon.out File Pin
compmaniac26-Jan-07 8:50
compmaniac26-Jan-07 8:50 
QuestionRe: gmon.out File Pin
David Crow26-Jan-07 9:15
David Crow26-Jan-07 9:15 
AnswerRe: gmon.out File Pin
compmaniac26-Jan-07 9:20
compmaniac26-Jan-07 9:20 
QuestionTcp/Ip send() does sometimes not succeed Pin
Dee Veloper26-Jan-07 5:48
Dee Veloper26-Jan-07 5:48 
AnswerRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 6:05
Mark Salsbery26-Jan-07 6:05 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Dee Veloper26-Jan-07 6:13
Dee Veloper26-Jan-07 6:13 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 6:25
Mark Salsbery26-Jan-07 6:25 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Dee Veloper26-Jan-07 6:39
Dee Veloper26-Jan-07 6:39 
QuestionRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 7:00
Mark Salsbery26-Jan-07 7:00 
AnswerRe: Tcp/Ip send() does sometimes not succeed Pin
Dee Veloper26-Jan-07 7:09
Dee Veloper26-Jan-07 7:09 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 7:21
Mark Salsbery26-Jan-07 7:21 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Dee Veloper26-Jan-07 7:39
Dee Veloper26-Jan-07 7:39 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 7:50
Mark Salsbery26-Jan-07 7:50 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Mike O'Neill26-Jan-07 10:33
Mike O'Neill26-Jan-07 10:33 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 10:42
Mark Salsbery26-Jan-07 10:42 
GeneralRe: Tcp/Ip send() does sometimes not succeed Pin
Mark Salsbery26-Jan-07 10:47
Mark Salsbery26-Jan-07 10:47 

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.