× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Joep,

"Import" means menu option "Import remote source..." of the context menu of an i Project. First create an i Project, then select " Import remote source...".

Thomas.

-----Ursprüngliche Nachricht-----
Von: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im Auftrag von j.beckeringh@xxxxxxxxxxxxxxxxxxxxxxxxxx
Gesendet: Mittwoch, 2. November 2016 10:14
An: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Betreff: Re: [WDSCI-L] Importing C source into i Projects drops curly brackets

Thomas,

What do you mean by 'import'?

If I open a C-member from a source file with CCSID 500 in LPEX I see curly brackets.

If I copy the member to a source file with CCSID 273 (FMTOPT *MAP, of
course) and open that in LPEX I see the curly brackets as well.

Joep Beckeringh
Systeemontwerper
Pantheon Automatisering B.V.
Heerenveen

Postadres
K.R. Poststraat 101-2
8441 EN Heerenveen
T. 0513 657 357
M. 06 44602854
F. 0513 654 695

info@xxxxxxxxxxxxxxxxxxxxxxxxxx
www.pantheon-automatisering.nl
KvK 01055135


"WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx> wrote on 02-11-2016 08:29:10:

Thomas Raddatz <thomas.raddatz@xxxxxx>

02-11-2016 08:30

[WDSCI-L] Importing C source into i Projects drops curly brackets

Hi,

Here is another strange thing that happened today with RDi 9.5.1:

When I import a C source member from a source file with CCSID 273
(ccsid does not actually matter), then all curly brackets are not
imported!

So the following snippet:

// -------------------------------------------------------
// Open a Record File for I/O Operations //
-------------------------------------------------------
_RFILE * C_Ropen(const char * filename, const char * mode) {
_RFILE *fp;

fp = _Ropen( filename, mode);

return fp;

}

// -------------------------------------------------------

Is imported as:

// -------------------------------------------------------
// Open a Record File for I/O Operations //
-------------------------------------------------------
_RFILE * C_Ropen(const char * filename, const char * mode)

_RFILE *fp;

fp = _Ropen( filename, mode);

return fp;



// -------------------------------------------------------

Any ideas?

Thomas.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.
--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.