Page 3 of 3

Re: First programs under 2.0

Posted: Sat Dec 05, 2020 12:38 pm
by Eugene Lutsenko
1. A screenshot of the error is visible when you view the form in Opera from w10.
2. Is there a guide to working on the Internet in 2.0?

Re: First programs under 2.0

Posted: Sun Dec 06, 2020 7:39 pm
by Eugene Lutsenko
I have mastered working in 2.0 under w10. Everything works well and works well on both w7 and w10. Thank you so much for your help. Now I've discovered another problem that I can't move on without solving. I need to rewrite everything I did in xb2net to 2.0. Is there a complete documentation with examples for working in 2.0 with the Internet? Of course, it would be possible to upgrade xb2net to 2.0. This would be less time-consuming, but I don't have this option.

Re: First programs under 2.0

Posted: Mon Dec 07, 2020 8:35 am
by rdonnay
Start a new thread on the forum for this problem and I will see how I can help you.

Show me your Xb2net code.

Re: First programs under 2.0

Posted: Mon Dec 07, 2020 8:48 am
by Victorio
Hi Eugene,
I also work on Windows 10 and Alaska 2.0 release 554 and also Xb2net from 2016 year and SQLExpress++ and. express++...
No problem, after some modifications, include MEMVAR for PUBLIC / STATIC variables as advice Jimmy , now, I do not know what will be, when again my exe exceed 20MB.

I am using xb2net because I have Foundation edition Xbase++ and this have not for example HTTP endpoint and other things, that I do not know how do without XB2NET.
Also some things about FTP protocol ....


Here is my xpj :

Code: Select all

[PROJECT]
    DEBUG         = yes
    VERSION       = 2.1
    RAUKNW.XPJ

[RAUKNW.XPJ]
    RAUKNW.exe

[RAUKNW.exe]
    COMPILE       = xpp
    COMPILE_FLAGS = /ga /q /rDCLIPX.LIB /rDCLIP1.LIB /rXBTBASE1.LIB /rXBTBASE2.LIB /rXBTNETW.LIB /rSQLXPP.LIB /rXB2NET.LIB
    DEBUG_SAVE    = yes
    GUI           = yes
    LINKER        = alink
    LINK_FLAGS    = 
    RC_COMPILE    = arc
    RC_FLAGS      = /v
// $START-AUTODEPEND
    dll.ch
    nls.ch
    directry.ch
    dcicon.ch
    xbtsys.ch
    s.ch
    dbfdbe.ch
    xb2.ch
    xb2net.ch
    achoice.ch
    dcuser.ch
    dcxbrow.ch
    dcmsg.ch
    dcprint.ch
    fileio.ch
    dbedit.ch
    cdxdbe.ch
    dmlb.ch
    error.ch
    appbrow.ch
    app.ch
    appedit.ch
    appevent.ch
    xbp.ch
    express.ch
    gra.ch
    get.ch
    dcreg.ch
    dcbitmap.ch
    prompt.ch
    sqlext.ch
    os.ch
    box.ch
    memvar.ch
    std.ch
    dccursor.ch
    inkey.ch
    collat.ch
    common.ch
    foxdbe.ch
    font.ch
    sql.ch
    set.ch
    dcdialog.ch
    natmsg.ch
    RAUKNW.obj
// $STOP-AUTODEPEND
    RAUKNW.PRG