找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 462|回复: 5

[求助]:能不能把mdl中自己写的函数做成dll

[复制链接]
发表于 2005-6-10 13:42:00 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
需要给别人用 但是不能给代码
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
发表于 2005-6-10 18:42:48 | 显示全部楼层
最简单的方法是做成MDL的共享库*.ML给别人用。不需要涉及DLL。
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-12 15:35:57 | 显示全部楼层
MDL的共享库*.ML怎么做 好像没有见到过呀
请ms迷详细讲讲
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

发表于 2005-6-13 07:46:52 | 显示全部楼层
仔细阅读MDL_Programmer_Guide的Using_the_MDL_Librarian 一节。最近忙于PDMS工作,没有时间给您翻译了(抱歉)。
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-13 10:00:41 | 显示全部楼层
没有找到您说的 Using_the_MDL_Librarian 一节啊
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

发表于 2005-6-13 16:55:04 | 显示全部楼层
Using the MDL Librarian
The MDL librarian, mlib, is used to combine multiple MDL object (.mo) files into a larger, linkable, MDL library (.ml) file. Use of this utility is optional, and many MDL applications, including basic.ma, are built without using mlib.

The command line syntax for the MDL librarian is as follows:

MLIB COMMAND[MODIFIERS] LIBRARY-FILE [INPUT-FILES]

The commands are as follows:

command  description  
a  Add the files to the library file.  
d  Delete the files from the library file.  
t  Display a table of contents.  
x  Extract the files from the library.  


The modifiers are:

modifier  description  
v  Verbose.  
c  Do not display a message if the library file is created.  


The following command requests a verbose table of contents of the mathlib.m library file:

MLIB -TV MATHLIB.ML

mlib stores any type of file in a library file. If the file being stored is an MDL object file, mlib extracts information from the file's symbol table and stores the information in the library file's header. This activity enables mlink to process the library faster when deciding which object images from the library file should be used.


   
  Popup
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-11-22 23:54 , Processed in 0.397975 second(s), 42 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表