Search found 6 matches

by Sjors
Thu Jan 12, 2006 2:15 pm
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2315

I want is this: - I want to send an array/file to my pocket pc. - show as an the array in a listbox - fill in the array ( by the user) - save the array to a file. - send the file/array to my pc when it connects to the docking station. what is the best way to do this? i don't want to work with dbf-fi...
by Sjors
Thu Jan 12, 2006 10:33 am
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2315

TSocket class

Thanks antonio, after re-installing I don't get tSocket errors any more. But here's my next question: How can I read/create a simple text file with the lOpen() and cFReadLine() functions i get the same errors like before.. or can i send an array through.. ( maybe binairy or something? ) regards Sjors
by Sjors
Wed Jan 11, 2006 3:54 pm
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2315

TSocket class

Thanx antonio, Now i get these 2 errors.. Creating library vp.lib and object vp.exp FiveCEC.lib(WINSOCK.obj) : error LNK2019: unresolved external symbol "int __cdecl WSAAsyncSelect(unsigned int,struct HWND__ *,unsigned int,long)" (?WSAAsyncSelect@@YAHIPAUHWND__@@IJ@Z) referenced in functio...
by Sjors
Wed Jan 11, 2006 2:45 pm
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2315

TSocket class

This should be; TSocket():new(). but then I get the following error when linking: unresolved external symbol WSAstartup().

I use the buildce.bat from the sample dir to compile my little test application.

thanx
by Sjors
Wed Jan 11, 2006 1:43 pm
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2315

TSocket class

I want to use the TSocket class to synchronize my files between my ppc and my computer. but when i call the TSocket:new() method i get the error: variable does not exist.. is this a compiling/linking problem? If so, how can I link the tSocket class to my sample file? which dll/lib do i need? thanx, ...
by Sjors
Wed Dec 21, 2005 1:28 pm
Forum: FiveWin for Pocket PC
Topic: msgdate()
Replies: 0
Views: 749

msgdate()

I'm a newbie to FWPPC so, this might sound a bit stupid.

How can i call the msgdate() function in my application?