Everybody who knows,Where is the file of "TM1u32.dll"?
Where is the file TM1u32.dll
-
kiss351523
- Posts: 51
- Joined: Thu May 05, 2011 2:05 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007 and 2003
- Location: Asia
Where is the file TM1u32.dll
DearAll:
Everybody who knows,Where is the file of "TM1u32.dll"?
Everybody who knows,Where is the file of "TM1u32.dll"?
-
Gregor Koch
- MVP
- Posts: 263
- Joined: Fri Jun 27, 2008 12:15 am
- OLAP Product: Cognos TM1, CX
- Version: 9.0 and up
- Excel Version: 2007 and up
Re: Where is the file TM1u32.dll
Hi
The only reference I can find to this is in an old Version 8 documentation which basically says it allows third party tools that were written for Version 6 (!) to connect to a Version 8 server.
The only reference I can find to this is in an old Version 8 documentation which basically says it allows third party tools that were written for Version 6 (!) to connect to a Version 8 server.
-
kiss351523
- Posts: 51
- Joined: Thu May 05, 2011 2:05 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007 and 2003
- Location: Asia
Re: Where is the file TM1u32.dll
I want to declare some functions in the file "TM1u32.dll",just like "TM1_CLEAR" or "TM1_CLOS",and so on.But my TM1'version is 9.5.Gregor Koch wrote:Hi
The only reference I can find to this is in an old Version 8 documentation which basically says it allows third party tools that were written for Version 6 (!) to connect to a Version 8 server.
Perhaps,is there a new DLL file instead of the old file "TM1u32.dll"?
-
tomok
- MVP
- Posts: 2839
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Where is the file TM1u32.dll
I think it's pretty safe to conclude that writing an API routine that calls a function from an outdated, no longer supprted DLL, is a really bad idea. It probably won't work, but even if it did, how long would it last?
-
Gregor Koch
- MVP
- Posts: 263
- Joined: Fri Jun 27, 2008 12:15 am
- OLAP Product: Cognos TM1, CX
- Version: 9.0 and up
- Excel Version: 2007 and up
Re: Where is the file TM1u32.dll
Yep, I'd say there is enough documentation that should get you started and point you to supported dlls that get actually installed with 9.5.
If I am not mistaken you could find something here:
http://publib.boulder.ibm.com/infocente ... 80044.html
Just wondering how you actually came across it and why you think you need to use it?
If I am not mistaken you could find something here:
http://publib.boulder.ibm.com/infocente ... 80044.html
Just wondering how you actually came across it and why you think you need to use it?
-
kiss351523
- Posts: 51
- Joined: Thu May 05, 2011 2:05 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007 and 2003
- Location: Asia
Re: Where is the file TM1u32.dll
I do not need that file or these functions ,i learn some codes from others,i just wanted to known where is the DLL file,only this.Gregor Koch wrote:Yep, I'd say there is enough documentation that should get you started and point you to supported dlls that get actually installed with 9.5.
If I am not mistaken you could find something here:
http://publib.boulder.ibm.com/infocente ... 80044.html
Just wondering how you actually came across it and why you think you need to use it?
-
rmackenzie
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: Where is the file TM1u32.dll
The only place that TM1 will install these files is in the bin directory of your install folder. If you can't find TM1u32.dll that means it is no longer a component item in the 9.5 install. This means that you can no longer use the functions in this library.kiss351523 wrote:i just wanted to known where is the DLL file,only this
Like the other guys are saying - you should use the supported functions in the API libraries that actually do ship with 9.5 instead.
Robin Mackenzie
-
Alan Kirk
- Site Admin
- Posts: 6672
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Where is the file TM1u32.dll
I'd agree as well. For the record the last version documentation that I can find that library mentioned in is 9.1. You'd expect that the 9.4 release notes should mention that the library had been depreciated, but some old Applix habits die hard. Or perhaps they're also IBM habits as well.rmackenzie wrote:The only place that TM1 will install these files is in the bin directory of your install folder. If you can't find TM1u32.dll that means it is no longer a component item in the 9.5 install. This means that you can no longer use the functions in this library.kiss351523 wrote:i just wanted to known where is the DLL file,only this
Like the other guys are saying - you should use the supported functions in the API libraries that actually do ship with 9.5 instead.
Anything that was in that library will almost certainly have an equivalent in the current API.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
