How to compile

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# >

How to compile

Previous pageReturn to chapter overviewNext page

An project file for Visual Studio 2017 and later is included.

You can simply add the project by opening the project file "SEUIXP.xsproj" in the folder SEUIXP.

The following compiler switches must be set:

 

/enforceself

/ins

/vo3

/vo11

 

 

You have two Opportunities to use the SEUIXP classes in your projects.

 

1.) You compile and link the SEUIXP project to an assembly named SEUIXPXS.dll.
    Then you add a reference to SEUIXPXS.dll into your project.

 

2.) You include a copy or a link to all files in the directory "SEUIXP\Lib" into your project.If you do that you must make sure that the right compiler options are selected for your project.