Author |
Message |
Topic: Julian Moss has died at the age of 61 |
bornsoft
Replies: 8
Views: 38312
|
Forum: News/Announcements Posted: Mon Jan 26, 2015 10:19 am Subject: Julian Moss has died at the age of 61 |
I'm really sad to read this.
My thoughts are with his family and friends. |
Topic: VDS's future, crossplatform-compatibility and legal question |
bornsoft
Replies: 36
Views: 97367
|
Forum: General Help Posted: Sat Dec 01, 2012 1:59 am Subject: VDS's future, crossplatform-compatibility and legal question |
What I'm seeing is, that PGWARE in his first answer to my post unfortunately was right:
Making a compiler from vds to c or c++ seems feasible but not really realistic, the user base is too small ... |
Topic: VDS -> AutoIt (Dead) |
bornsoft
Replies: 9
Views: 32188
|
Forum: Visual DialogScript Open Source Projects Posted: Wed Nov 28, 2012 1:10 am Subject: VDS -> AutoIt (Dead) |
@cnodnarb
I visited your board in your signature, I see what you are trying to do with AutoIt, I think I got what you're trying to accomplish, but forgive me, I think it's the wrong way.
Why do ... |
Topic: VDS's future, crossplatform-compatibility and legal question |
bornsoft
Replies: 36
Views: 97367
|
Forum: General Help Posted: Mon Nov 26, 2012 10:05 am Subject: VDS's future, crossplatform-compatibility and legal question |
@cnodnarb
Take a look at [URL=www.purebasic.com]PureBasic .
Cross-platform Win/Linux/Mac, 64bit, RAD-IDE, very small and fast native executables, 3D-stuff, frequent updates, tons of builtin func ... |
Topic: VDS's future, crossplatform-compatibility and legal question |
bornsoft
Replies: 36
Views: 97367
|
Forum: General Help Posted: Wed Nov 21, 2012 4:58 am Subject: VDS's future, crossplatform-compatibility and legal question |
@PGWARE:
Sorry, I didn't know about what you are saying about Delphi . The last thing I heared was that the Linux-port Kylix was a financial desaster for Borland. I should have done more research o ... |
Topic: VDS's future, crossplatform-compatibility and legal question |
bornsoft
Replies: 36
Views: 97367
|
Forum: General Help Posted: Tue Nov 20, 2012 4:13 am Subject: VDS's future, crossplatform-compatibility and legal question |
This should be a theroretical discussion and I do not want it to turn into a discussion about personal preferences to any other programming-language then VDS.
At first: I'm not a professional progr ... |
Topic: VDS Future Development? |
bornsoft
Replies: 27
Views: 69335
|
Forum: Miscellaneous Posted: Sat Nov 10, 2012 2:16 am Subject: VDS Future Development? |
Ok. What PGWare wrote sounds logical and intersting.
But my question (more pecisely) again,: Will there be a place for VDS-programs in the future and even on Windows 8?
bornSoft |
Topic: Negative Positioning |
bornsoft
Replies: 16
Views: 47342
|
Forum: Visual DialogScript 5 Source Code Posted: Sat Nov 10, 2012 1:45 am Subject: Negative Positioning |
@LiquidCode:
Did you ever think about using real HTML within a browser element instead of "HTMLlish" with EXTTEXT? I've read your post completelely, you don't want an external DLL, I can ... |
Topic: VDS Future Development? |
bornsoft
Replies: 27
Views: 69335
|
Forum: Miscellaneous Posted: Fri Nov 09, 2012 10:06 am Subject: VDS Future Development? |
Yes, things are changing a bit to fast - at least for me.
One probably dumb question (I have no idea about Windows 8 at the moment):
Do VDS programs work with Win8 and does it make sense at all ... |
Topic: Text/Code recognition |
bornsoft
Replies: 5
Views: 19403
|
Forum: General Help Posted: Tue Nov 06, 2012 1:35 am Subject: Text/Code recognition |
Hey LiquidCode,
The biggest problem I think is, that in fact all code files are text-files.
A file "RFC_xyz.txt" for example could contain such tags.
Only a combination of different tes ... |
Topic: Text/Code recognition |
bornsoft
Replies: 5
Views: 19403
|
Forum: General Help Posted: Mon Nov 05, 2012 1:14 pm Subject: Text/Code recognition |
I would simply search for certain tags:
%T = Your text
if @greater(@pos("<?",%T),0)
info PHP
elsif @greater(@pos("<br",%T),0 ... |
Topic: Appending files to this forum |
bornsoft
Replies: 0
Views: 11452
|
Forum: General Help Posted: Tue Aug 07, 2012 12:28 pm Subject: Appending files to this forum |
Hi,
some of my posts on VDSWorld have attached files.
Some of these files only appear if I'm logged in.
Others always appear.
Can anyone enlighten me about this behavior?
These files all ar ... |
Topic: bsDNS.dsu - DNS resolving without external DLLs or programs |
bornsoft
Replies: 0
Views: 20282
|
Forum: Visual DialogScript 6 Units Posted: Mon Jul 30, 2012 3:41 pm Subject: bsDNS.dsu - DNS resolving without external DLLs or programs |
Hi,
Resolve hostnames to IP-addresses and vice versa and get additional informations from a DNS server without the use of external DLLs or
thirdparty programs like NSLOOKUP.
bsDNS Unit directly ... |
Topic: C-Programmer's help needed ***SOLVED*** |
bornsoft
Replies: 3
Views: 14890
|
Forum: General Help Posted: Mon Jul 23, 2012 4:40 am Subject: C-Programmer's help needed ***SOLVED*** |
Finally I got it working!
After a long, long time of head scratching I found the reason for the strange behaviour.
In VDS (maybe generally ?) local function variables have restrictions to share ... |
Topic: C-Programmer's help needed ***SOLVED*** |
bornsoft
Replies: 3
Views: 14890
|
Forum: General Help Posted: Sun Jul 22, 2012 3:29 am Subject: C-Programmer's help needed ***SOLVED*** |
To continue my self-discussion - here is an update:
I made some progress but there is still an issue with the FD_SET structure.
The SELECT function accepts my construction and gives no errors and ... |
|