Search found 3 matches

by pif
Tue Sep 30, 2008 11:31 am
Forum: Coding Questions
Topic: Ftp problem
Replies: 0
Views: 600

Ftp problem

Hello,

why it's impossible to use this server with purebasic ftp?


InitNetwork()
FtpCo=OpenFTP(#PB_Any,"e0srp01u.ecs.nasa.gov","anonymous","")


The server is ok with filezilla, dos command, and with


OpenNetworkConnection("e0srp01u.ecs.nasa.gov", 21,#PB_Network_TCP)


strange !
by pif
Mon Sep 29, 2008 10:37 am
Forum: Coding Questions
Topic: Lambert IIe -> Latitude, Longitude Conversion
Replies: 4
Views: 2244

Hello

there is a VB6 code on this page:

http://www.forumsig.org/showthread.php?t=7418&page=3

Cuq's post 21/03/2008, 16h23

@+
by pif
Sat Jun 21, 2008 1:58 pm
Forum: Linux
Topic: Linker error 2DDrawing
Replies: 0
Views: 1214

Linker error 2DDrawing

Hello

I have a problem with 2DDrawing with purebasic 4.2 final
When i run my program in the IDE i have this message


DDrawing.a(DDrawing_THREAD.o):(.bss+0x0):multiple definition of `PB_2DDrawing_Mode' DDrawing.a(2DDrawing.o):.bss+0x0):first defined here


With the previous beta all work fine ...