Book a Demo

Author Topic: External Classes  (Read 11807 times)

Mohi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
External Classes
« on: September 16, 2008, 09:49:21 pm »
Hi All,
i'm using EA for modeling an application and create C++ - code from my model. I like to use STL and some other Libs, therefor i'm searching for an ability to say EA that there are some external classes, and want to create the right include commands.
can anyone help me there???
thanks
Mohi

marcink

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: External Classes
« Reply #1 on: October 15, 2008, 06:06:01 am »
hi,

did you find a way to link to external libraries??
i would also like to finde out if it's possible, or not.

marcin

Mohi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: External Classes
« Reply #2 on: November 04, 2008, 03:54:52 am »
 :( not yet. I Have also write an email to support. Still any answer :(
I'm realy disappointed.

Kevin G. Watson

  • EA User
  • **
  • Posts: 217
  • Karma: +0/-0
  • I love EVERYTHING including Microsoft
    • View Profile
Re: External Classes
« Reply #3 on: November 05, 2008, 04:33:01 am »
Hi... It's been a while since I di that... have you tried reverse engineering the libraries include file?

Create an empty package, name appropriately and link with an include dependency?

Hope that helps

Kevin