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
Search found 106 matches
- 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
- 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
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
- 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 ...
<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 ...
- 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 ...
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 ...
- 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 ...
<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 ...
- 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.
WPF only for integrating Bing Maps in a WinForms App.
- 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 ...
<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 ...
- 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
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
- 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
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
George

