- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aCC templates
Operating System - HP-UX
1824728
Members
4376
Online
109674
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2003 11:22 AM
тАО05-08-2003 11:22 AM
aCC templates
Hello,
I'm porting an application from hp10.20 cfront to hp11.0
aCC but it's giving me unresolved symbols for the templates. In specific, I have a class defined as:
template
class eConv {
...
const T gVal(const RWCString &);
}
And another class as:
class uConv : public eConv
{
...
}
where UT is declared as a enum list.
When I use in the code the uConv class:
uConv a;
and compile it, I get the following unresolved symbols:
eConv::gVal(const RWCString &) (code)
I really don't know what is wrong. I already try all the
compile flags pertaining to
templates but I get the same
results. Any help would be greatly appreciated.
--Jorge
I'm porting an application from hp10.20 cfront to hp11.0
aCC but it's giving me unresolved symbols for the templates. In specific, I have a class defined as:
template
class eConv {
...
const T gVal(const RWCString &);
}
And another class as:
class uConv : public eConv
{
...
}
where UT is declared as a enum list.
When I use in the code the uConv class:
uConv a;
and compile it, I get the following unresolved symbols:
eConv
I really don't know what is wrong. I already try all the
compile flags pertaining to
templates but I get the same
results. Any help would be greatly appreciated.
--Jorge
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2003 01:06 AM
тАО05-09-2003 01:06 AM
Re: aCC templates
Hi
Just guessing:
Where do you have the definition of the method gVal()? I see only the declaration.
I belive that definition (not only the declaration) of the method should be accessible, when you use eConv, or you should enforce instantiation of this class somhere, where this definition is accessible. Doing it by simple:
class eConv;
should be enough.
Good luck
Adam
Just guessing:
Where do you have the definition of the method gVal()? I see only the declaration.
I belive that definition (not only the declaration) of the method should be accessible, when you use eConv
class eConv
should be enough.
Good luck
Adam
I do everything perfectly, except from my mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2003 08:31 AM
тАО10-10-2003 08:31 AM
Re: aCC templates
Hello,
Have you tried using aCC -AA?
-Jeremy
Have you tried using aCC -AA?
-Jeremy
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP