public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Aleksei Andevis" <aleksei@andevis.ee>
To: <gcc-help@gcc.gnu.org>
Subject: Undefined Referenced
Date: Fri, 16 Apr 2004 14:16:00 -0000	[thread overview]
Message-ID: <038401c423bd$58e832e0$170a0a0a@corp.fusionone.com> (raw)
In-Reply-To: <8EAC52A94CD8D411A01000805FBB37760615AFE3@gbrwgcms02.wgc.gbr.xerox.com>

Hello All!

Can you help me with explanation:

gcc 3.2 (mingw)

Folowing sources - which builded in DLL

in  header file
---------------------
calss CF1Variant
{
public
  CF1Variant& CF1Variant::operator=(CF1Variant const& var);
  CF1Variant& operator=(const CF1Reference& ref);
  CF1Variant& operator=(const CF1ConstReference& ref);
}

Library compiled and builded
but when I use in another source (another DLL ) 
    CF1Variant t1(tag);
    CF1Variant t2(tag);
    t1=t2;
compiled fine , but in Linking step
I have got follows error (???)
undefined reference to `CF1Variant::operator=(CF1Variant const&)'



Can you help me - how should string in def file for my CFVariant library
for I can check - is this operator properly esported ?


In present DEF file I CAN't seee any poits for this operator ....

      parent reply	other threads:[~2004-04-16 14:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-15 10:04 Self-referring const array initialisation Hamilton, Ian
2004-04-15 13:27 ` llewelly
2004-04-16 14:16 ` Aleksei Andevis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='038401c423bd$58e832e0$170a0a0a@corp.fusionone.com' \
    --to=aleksei@andevis.ee \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).