PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Looking for Tips when working with multi exe projects
[WD20] Looking for Tips when working with multi exe projects
Iniciado por rob, 23,ago. 2017 17:42 - 2 respuestas
Miembro registrado
105 mensajes
Publicado el 23,agosto 2017 - 17:42
Heya everyone.

So I'm in the processes of writing two small programs in WinDev that talk to each other over TCP sockets.

No big deal there, but I seem to be having difficulty with the actual WinDev IDE.

The way I've been doing this is to have two instances of WinDev open on my computer, one for each SCM project. (Each exe is a separate project because I couldn't figure out how make them both part of the same project)

But then silly things will start to happen.
Such as, the debugger will crash for no reason when stepping through code in both exe's
Or in one instance the code auto-complete feature will crash the IDE, but work fine in the other IDE.

It's very weird and unstable.

Does anyone have any pointers for working with projects like this?

Thanks!
Publicado el 23,agosto 2017 - 22:11
Hi Robert,

I spend a lot of time doing what you describe, often with 4 or 5 editor
opens at the same time (2 windev, 1 webdev, and 2 mobile, by example,
for the wxreplication series of projects) and I do NOT have problem like
the ones you are describing.

Did you correctly exclude the tools AND projects directory from your
anti-virus scrutiny?

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 8/23/2017 à 9:42 AM, Robert a écrit :
Heya everyone.

So I'm in the processes of writing two small programs in WinDev that
talk to each other over TCP sockets.

No big deal there, but I seem to be having difficulty with the actual
WinDev IDE.

The way I've been doing this is to have two instances of WinDev open on
my computer, one for each SCM project. (Each exe is a separate project
because I couldn't figure out how make them both part of the same project)

But then silly things will start to happen.
Such as, the debugger will crash for no reason when stepping through
code in both exe's
Or in one instance the code auto-complete feature will crash the IDE,
but work fine in the other IDE.

It's very weird and unstable.

Does anyone have any pointers for working with projects like this?

Thanks!
Miembro registrado
105 mensajes
Publicado el 24,agosto 2017 - 13:58
I'll double check that and make sure.

It's just very weird because it will work fine for a while, and then be really annoying and act up for a period of time.
It only does this with two of the same IDE's open. I can have WinDev, WebDev, and WinDevMobile all open at the same time with no problems.