Search found 106 matches

by George
Mon Apr 22, 2019 3:56 pm
Forum: Product
Topic: Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)
Replies: 22
Views: 7534

Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)

Please also note that the Windows Service App has:

FUNCTION Start() AS VOID

and worked fine obfuscated in X# 2.0.0.8 as opposed to the application.

George
by George
Mon Apr 22, 2019 2:49 pm
Forum: Product
Topic: Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)
Replies: 22
Views: 7534

Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)

Chris,

I think this isn't the best way to change about 80 Projects to convert them to DLLs and create another 80 start up apps!
I am not happy this way.

regards
George
by George
Mon Apr 22, 2019 2:08 pm
Forum: Product
Topic: Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)
Replies: 22
Views: 7534

Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)

<t>Chris,<br/>
<br/>
>So the error is reported either because you incorrectly set the project to "Console" or "WinApp" instead of "Library"<br/>
The project was correctly VulcanDialect / WinApp<br/>
<br/>
> or the Start() function is not correct<br/>
The Start() method is:<br/>
FUNCTION __XsStart ...
by George
Mon Apr 22, 2019 9:34 am
Forum: Product
Topic: Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)
Replies: 22
Views: 7534

Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)

<t>to be precise, the line: <br/>
LOCAL SocketToolsLicenseKey := "SomeSocketKey" AS STRING<br/>
added by me to the provided code sample.<br/>
<br/>
In reality, the first project has the variable:<br/>
PUBLIC GLOBAL SocketToolsLicenseKey AS STRING<br/>
<br/>
while the second project inherits the ...
by George
Mon Apr 22, 2019 9:24 am
Forum: Product
Topic: Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)
Replies: 22
Views: 7534

Error XS1558 ('IMap.Exe.Functions' does not have a suitable static Main method)

<t>Hi,<br/>
<br/>
two of my projects (dated since 2010), use the IMapClient control of SocketTools library.<br/>
The first (the biggest) project is a Windows Service and it compiles correctly with X# 2.0.1.0.<br/>
<br/>
The second is a small project that uses also the same library control.<br/>
The ...
by George
Tue Apr 09, 2019 6:47 pm
Forum: Product
Topic: Poll: WinForms vs. WPF/XAML.... Which one(s) do *you* use???
Replies: 9
Views: 3299

Poll: WinForms vs. WPF/XAML.... Which one(s) do *you* use???

WinForms.

WPF only for integrating Bing Maps in a WinForms App.
by George
Sun Apr 07, 2019 1:42 pm
Forum: Examples
Topic: How to open Inbox, Calendar, Create Appointment did it with OLEHi RFobert
Replies: 10
Views: 5580

How to open Inbox, Calendar, Create Appointment did it with OLE

<t>In X#, you may use Microsoft.Office.Interop.Outlook.<br/>
<br/>
Example for Outlook Contacts:<br/>
<br/>
USING Microsoft.Office.Interop.Outlook<br/>
<br/>
<br/>
LOCAL outlook AS Microsoft.Office.Interop.Outlook.Application<br/>
LOCAL outlookNS AS Microsoft.Office.Interop.Outlook.NameSpace<br ...
by George
Wed Mar 27, 2019 10:14 pm
Forum: Examples
Topic: Edge control in an X# application
Replies: 10
Views: 5653

Edge control in an X# application

Wolfgang

very interesting!

My apps use the .Net WebViewer and I think I have to change it.
I will give it a try in a WinForm application.

thanks
George
by George
Wed Mar 06, 2019 2:36 pm
Forum: Welcome
Topic: XSCompiler.exe - System Warn... "Unknown Hard Error"
Replies: 9
Views: 5569

XSCompiler.exe - System Warn... "Unknown Hard Error"

Thank you Robert

George
by George
Wed Mar 06, 2019 8:46 am
Forum: Welcome
Topic: XSCompiler.exe - System Warn... "Unknown Hard Error"
Replies: 9
Views: 5569

XSCompiler.exe - System Warn... "Unknown Hard Error"

I think is the same issue with Trim() without parenthesis we discussed last week.

George