Jump to content

Vc++ Bilen Ufak Bi Hatada Yardımcı Olabilecek?


0sk1
 Share

Recommended Posts

Sıyırmak üzereyim :D
yeni yeni vc++ ile uğraşıyorum ve bi hatayı 2 gündür çözemedim..
hata şöyle:
biraz amatör düzey bi anlatım olacak ama idare edin :D



[code]void CIOCPSocket2::SendCompressingPacket(const char *pData, int len)
{
int out_index=0;
char outbuff[49152];memset(outbuff, 0x00, 49152);


lzf_compress(pData, len,outbuff,out_index);

}[/code]

lzf compressi ise şu şekilde headerde tanımlı..

[code]unsigned int
lzf_compress (const void *const in_data, unsigned int in_len,
void *out_data, unsigned int out_len);[/code]

derlemeye çalıştığımda ise şu hata oluşuyor

[code]error LNK2001: unresolved external symbol "unsigned int __cdecl lzf_compress(void const * const,unsigned int,void *,unsigned int)" (?lzf_compress@@YAIQBXIPAXI@Z)[/code]

şimdiden yardımlarınız için teşekkürler

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...