× 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.



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.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.