Questions tagged [mt]

Mt.exe as provided in recent versions of the Windows SDK can also be used to generate manifests for managed assemblies and unmanaged side-by-side assemblies.

Mt.exe is a tool that generates signed files and catalogs. It is available in the Microsoft Windows Software Development Kit (SDK).

The version of Mt.exe provided in recent versions of the Windows SDK can also be used to generate manifests for managed assemblies and unmanaged side-by-side assemblies.

Mt.exe generates hashes using the CryptoAPI implementation of the Secure Hash Algorithm (SHA-1).

Mt.exe uses Makecat.exe to generate catalog files (.cat) from catalog definition files (.cdf). This tool fills out a standard template CDF with the name and location of your manifest. You can use this with Makecat.exe to generate the assembly catalog.

https://learn.microsoft.com/en-us/windows/desktop/sbscs/mt-exe

43 questions
0
votes
1 answer

in ns2 ospf what does 'mt' mean in most code

In origin code in ospf in ns2, what does 'mt' mean? Does it mean any middle node in the path? Or means multi-topo, which means it contains all middle nodes. eg: in ospf.cc OspfPaths::iterator OspfPaths::insertPath(int destId, int mtid, int cost,…
0
votes
1 answer

How to use PHP Arrays to receive random numbers with no duplicating

I can't provide the HTML due to my site not being live. Though I know from theory coding a professional will hopefully be able to follow my logic. Please point out with my code how I can get this working, as I see the following link is similar but…
aussiedan
  • 341
  • 1
  • 10
0
votes
0 answers

converting to MT timestamp - HIVE

I want to convert a given timestamp to MT (Mountain Time) timestamp in HIVE. What is the easiest way to achieve this? Consideting today I am executing my code from PST but the code can be executed from central timestamp. Irrespective of from where…
Koushik Chandra
  • 1,565
  • 12
  • 37
  • 73
0
votes
2 answers

MT7620A--How to enable RGMII port

funcctional Block Diagram Hi, I do have a MT7620 Board, and want to use RGMII port, on the datasheet comes with board, it shows me a diagram like what I post. the red circle area. shows that somehow the RGMII comes in to the switch port which by…
dawenzi098
  • 35
  • 1
  • 7
0
votes
1 answer

Mobile supporting AT+CNMI For kannel

I am looking for mobiles that support AT+CMNI commands to use them as a gsm modem for kannel , because AT+CMNI commands supported mobiles will allow the both MO and MT SMS. Any suggesting will be welcome , and if there are a way to test if a mobile…
larnouch
  • 189
  • 1
  • 15
0
votes
2 answers

How to determine eod

I would like to read various partitions from a DDS tape using a script At the moment I am using the following script TAPE=/dev/nst0 BLOCK_SIZE=32768 COUNTER=1 END_OF_DATA=120 while [ $COUNTER -lt $END_OF_DATA ] do dd…
QGA
  • 3,114
  • 7
  • 39
  • 62
0
votes
2 answers

LTO Tape drive General status bits?

Does anyone, or can anyone point me to the meaning of the general status bits displayed on an lto tape drive status? [root@server ~]# mt -f /dev/nst0 status SCSI 2 tape drive: File number=0, block number=0, partition=0. Tape block size 512 bytes.…
Peter Party Bus
  • 2,326
  • 1
  • 14
  • 15
0
votes
0 answers

Is the libboost-all-dev package debian package thread aware?

I have installed the libboost-all-dev package (debian), and cannot find the libraries I need inside my /usr/lib/ directory. (libboost_system-mt.a) Are the library files that aren't suffixed with -mt thread aware? (As none of them are suffixed)
Jeroen
  • 15,257
  • 12
  • 59
  • 102
0
votes
1 answer

Subdomain does not send my forms larger than 3 's

I have this weird form behaviour on all my subdomains of my server: I can send and display a form with 1 input field, but when I add mulptiple input's nothing really happens. I wrote a little test script to get a better understanding of the…
Rova
  • 173
  • 4
  • 12
0
votes
2 answers

Boost Statically /MT Release?

I compiled and ran bjam and even b2.exe with the following command: bjam --with-system --with-thread ..etc I got my library files as: libboost_system-vc110-mt-1_53.lib libboost_system-vc110-mt-gd-1_53.lib The problem is that, once I stated the…
user1255454
  • 669
  • 1
  • 8
  • 18
0
votes
1 answer

mt_rand using a character as a seed

I need to generate pseudo-random codes for people to use to access my site. I wrote some code to allow this, but didn't realize that I was using character arrays and NOT integers as the seed (to make mt_rand repeatable). My demo code is…
zbinsd
  • 4,084
  • 6
  • 33
  • 40
-1
votes
1 answer

crash at heap_alloc for c++ link with /MT

I got a terrible crash in my c++ Windows application. It always crashes (terminates itself without any prompt) at the constructor of some stl classes (e.g. string, iostream). Actually, it crashes at heap_alloc function which is prior to the…
Miles Chen
  • 793
  • 1
  • 10
  • 20
-1
votes
1 answer

What program is missing?

I got the error below while running a pre-written cmd file on Windows. 'mt' is not recognized as an internal or external command, operable program or batch file. The use case is: mt -manifest <... something else....> It's obvious that it needs…
user1508893
  • 9,223
  • 14
  • 45
  • 57
1 2
3