Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

INCLUDE : <cntn01>.

Former Member
0 Likes
496

I am migrating an application which uses the include : <cntn01>

This include is causing problems, and I would like to know

how to replace the macros that this include makes possible.

For example:

swc_create_object .......

swc_container........

etc.

Thanks

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
388

What are the issues, and you could simply copy out the functionality in the macros and use it directly. For example, I believe a couple of those macros are simply function calls, you could simply call them directly.

Regards,

RIch HEilman

I am migrating an application which uses the include : <cntn01>

This include is causing problems, and I would like to know

how to replace the macros that this include makes possible.

For example:

swc_create_object .......

swc_container........

etc.

Thanks

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
389

What are the issues, and you could simply copy out the functionality in the macros and use it directly. For example, I believe a couple of those macros are simply function calls, you could simply call them directly.

Regards,

RIch HEilman