First programs under 2.0

This forum is for eXpress++ general support.
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: First programs under 2.0

#21 Post 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?

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: First programs under 2.0

#22 Post 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.

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: First programs under 2.0

#23 Post 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.
The eXpress train is coming - and it has more cars.

Victorio
Posts: 620
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

Re: First programs under 2.0

#24 Post 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

Post Reply